home *** CD-ROM | disk | FTP | other *** search
/ Solar Heaven / solar heaven.iso / printdoc.bat < prev    next >
DOS Batch File  |  1994-05-05  |  366b  |  9 lines

  1. echo off
  2. echo           ╔═════════════════════════════════════════════════════════╗
  3. echo           ║ This will print HDM's documetation to a printer on LPT1 ║
  4. echo           ║ Make sure your printer is on and the paper is lined up. ║
  5. echo           ╚═════════════════════════════════════════════════════════╝
  6. pause
  7. copy register.doc lpt1:
  8. copy hdm.doc lpt1:
  9.